CalculatorEditor Properties
| cId | Description Gets WebInput ID owner of this calculator editor. ValueType String Default Value no default. |
| Events | Description Represents client side (Javascript) calculator editor element events. (gets or sets) ValueType Object Default Value null |
| Border | Description Sets or retrieves the width of the border to draw around the object. ValueType Integer Default Value 5 |
| BorderColor | Description Sets or retrieves the border color of the object. ValueType String Default Value royalblue |
| BorderColorDark | Description Sets or retrieves the color for one of the two colors used to draw the 3-D border of the object. ValueType String Default Value empty string |
| BorderColorLight | Description Sets or retrieves the color for one of the two colors used to draw the 3-D border of the object. ValueType String Default Value empty string |
| CellSpacing | Description Sets or retrieves the amount of space between cells in a table. ValueType Integer Default Value 3 |
| CellPadding | Description Sets or retrieves the amount of space between the border of the cell and the content of the cell. ValueType Integer Default Value 0 |
| IsCollaborateWithHighLight | Description Specifies if selected control value is default editor value and selected editor value assigned to selected control value when HighLight is enabled. ValueType Boolean Default Value true |
| IsEnabled | Description Enable state of feature. ValueType Boolean Default Value true |
| Width | Description Sets or retrieves the width of the object. ValueType String Default Value 150px |
| Height | Description Sets or retrieves the height of the object. ValueType String Default Value 150px |
| PositiveDigit | Description Sets or retrieves the round digit for positive calculated number. ValueType Integer Default Value 0 |
| NegativeDigit | Description Sets or retrieves the round digit for negative calculated number. ValueType Integer Default Value 0 |
| CalculatorStyle | Description Represents dynamic (normal, active and over) style of calculator. (gets or sets) ValueType Object Default Value null |
| OperandStyle | Description Represents dynamic (normal, active and over) style of operand calculator element. (gets or sets) ValueType Object Default Value null |
| OperatorStyle | Description Represents dynamic (normal, active and over) style of operator calculator element. (gets or sets) ValueType Object Default Value null |
CalculatorEditor Methods
| ResetUI | Description Reset calculator UI elements style to default style Return Value
|
| ResetActiveCellUI | Description Reset calculator active cell element style to default style. Return Value
|
| ActivePadByValue | Description Set active calculator cell element by cell value. Return Value
|
| HighLightPadByValue | Description Set active calculator cell element by cell value. Return Value
|
| GetCellByText | Description Get calculator HTML element cell by cell value. Return Value
|